Html Css Color HEX #CB6CCD Orchid

📋 copy color: '#CB6CCD'

red 203 ◦ green 108 ◦ blue 205

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

Shades of Orchid #CB6CCD

Tints of Orchid #CB6CCD

RGB

 RED value IS 203 (79.69% from 255) = 39.34%

 GREEN value IS 108 (42.58% from 255) = 20.93%

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 39.34%
G = 20.93%
B = 39.73%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB6CCD (or 0xCB6CCD) is known color: Orchid. HEX triplet: CB, 6C and CD. RGB value is (203,108,205). Sum of RGB (Red+Green+Blue) = 203+108+205=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CCD is #349332. Grayscale: #939393. Windows color (decimal): -3445555 or 13462731. OLE color: 13462731.

HSL color Cylindrical-coordinate representation of color #CB6CCD: hue angle of 298.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6CCD is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 108 205 -
CMYK 0.01 0.47 0 0.20
HSL 298.76º 0.49% 0.61% -
HSV(B) 298.76º 0.47% 0.8% -
XYZ 41.01 27.83 60.97 -
YUV 147.46 160.47 167.61 -
System Red Green Blue C M Y K H S L
Decimal 203 108 205 0.01 0.47 0 0.20 298.76 0.49 0.61
Hex CB 6C CD 1 2F 0 14 12B 31 3D
Octal 313 154 315 1 57 0 24 453 61 75
Binary 11001011 1101100 11001101 1 101111 0 10100 100101011 110001 111101

Color Harmonies of #CB6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6CCD

Black with #CB6CCD

Text Example


Text Example

White with #CB6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6CCD; }

 p { color: rgb(203,108,205); }

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

background-color css

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

 a { background-color: rgb(203,108,205); }

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

border-color css

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

 span { border-color: rgb(203,108,205); }

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