Html Css Color HEX #CB67DA Orchid

📋 copy color: '#CB67DA'

red 203 ◦ green 103 ◦ blue 218

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

Shades of Orchid #CB67DA

Tints of Orchid #CB67DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.66%

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

R = 38.74%
G = 19.66%
B = 41.6%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB67DA (or 0xCB67DA) is known color: Orchid. HEX triplet: CB, 67 and DA. RGB value is (203,103,218). Sum of RGB (Red+Green+Blue) = 203+103+218=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67DA is #349825. Grayscale: #919191. Windows color (decimal): -3446822 or 14313419. OLE color: 14313419.

HSL color Cylindrical-coordinate representation of color #CB67DA: hue angle of 292.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB67DA is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 103 218 -
CMYK 0.07 0.53 0 0.15
HSL 292.17º 0.61% 0.63% -
HSV(B) 292.17º 0.53% 0.85% -
XYZ 42.13 27.46 69.41 -
YUV 146.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 203 103 218 0.07 0.53 0 0.15 292.17 0.61 0.63
Hex CB 67 DA 7 35 0 F 124 3D 3F
Octal 313 147 332 7 65 0 17 444 75 77
Binary 11001011 1100111 11011010 111 110101 0 1111 100100100 111101 111111

Color Harmonies of #CB67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB67DA

Black with #CB67DA

Text Example


Text Example

White with #CB67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB67DA; }

 p { color: rgb(203,103,218); }

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

background-color css

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

 a { background-color: rgb(203,103,218); }

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

border-color css

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

 span { border-color: rgb(203,103,218); }

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