Html Css Color HEX #CC6BDF Orchid

📋 copy color: '#CC6BDF'

red 204 ◦ green 107 ◦ blue 223

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

Shades of Orchid #CC6BDF

Tints of Orchid #CC6BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 38.2%
G = 20.04%
B = 41.76%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC6BDF (or 0xCC6BDF) is known color: Orchid. HEX triplet: CC, 6B and DF. RGB value is (204,107,223). Sum of RGB (Red+Green+Blue) = 204+107+223=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BDF is #339420. Grayscale: #949494. Windows color (decimal): -3380257 or 14642124. OLE color: 14642124.

HSL color Cylindrical-coordinate representation of color #CC6BDF: hue angle of 290.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6BDF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 107 223 -
CMYK 0.09 0.52 0 0.13
HSL 290.17º 0.64% 0.65% -
HSV(B) 290.17º 0.52% 0.87% -
XYZ 43.48 28.68 73.06 -
YUV 149.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 204 107 223 0.09 0.52 0 0.13 290.17 0.64 0.65
Hex CC 6B DF 9 34 0 D 122 40 41
Octal 314 153 337 11 64 0 15 442 100 101
Binary 11001100 1101011 11011111 1001 110100 0 1101 100100010 1000000 1000001

Color Harmonies of #CC6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BDF

Black with #CC6BDF

Text Example


Text Example

White with #CC6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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