Html Css Color HEX #CC6BDA Orchid

📋 copy color: '#CC6BDA'

red 204 ◦ green 107 ◦ blue 218

#CC6BDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC6BDA

Tints of Orchid #CC6BDA

RGB

 RED value IS 204 (80.08% from 255) = 38.56%

 GREEN value IS 107 (42.19% from 255) = 20.23%

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 38.56%
G = 20.23%
B = 41.21%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC6BDA (or 0xCC6BDA) is known color: Orchid. HEX triplet: CC, 6B and DA. RGB value is (204,107,218). Sum of RGB (Red+Green+Blue) = 204+107+218=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BDA is #339425. Grayscale: #949494. Windows color (decimal): -3380262 or 14314444. OLE color: 14314444.

HSL color Cylindrical-coordinate representation of color #CC6BDA: hue angle of 292.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6BDA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 107 218 -
CMYK 0.06 0.51 0 0.15
HSL 292.43º 0.6% 0.64% -
HSV(B) 292.43º 0.51% 0.85% -
XYZ 42.81 28.41 69.56 -
YUV 148.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 204 107 218 0.06 0.51 0 0.15 292.43 0.6 0.64
Hex CC 6B DA 6 33 0 F 124 3C 40
Octal 314 153 332 6 63 0 17 444 74 100
Binary 11001100 1101011 11011010 110 110011 0 1111 100100100 111100 1000000

Color Harmonies of #CC6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BDA

Black with #CC6BDA

Text Example


Text Example

White with #CC6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BDA; }

 p { color: rgb(204,107,218); }

 H1.HeaderClassName
 {
   color: #CC6BDA;
 }
 .AnyTagClassName
 {
   color: #CC6BDA;
 }
</style>

background-color css

<style>
 a { background-color: #CC6BDA; }

 a { background-color: rgb(204,107,218); }

 div.DivClassName
 {
   background-color: #CC6BDA;
 }
 .BgClassName
 {
   background-color: #CC6BDA;
 }
</style>

border-color css

<style>
 span { border-color: #CC6BDA; }

 span { border-color: rgb(204,107,218); }

 td.TdClassName
 {
   border-color: #CC6BDA;
 }
 .TagClassName
 {
   border-color: #CC6BDA;
 }
</style>